home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / UNIX / XKMER_SR / XKMKER_R.1 < prev    next >
Text File  |  1987-11-11  |  20KB  |  1,369 lines

  1. *
  2. * File ckmker.rc
  3. *
  4. * This file contains the resources for rmaker for the kermit program
  5. *
  6. * You might need to recompile RMAKER with NRESCOMP = 100;
  7. *
  8.  
  9. * Table of contents:
  10. *  KERM
  11. *      0    - Version number string 
  12. *  MENU
  13. *    1    - File menu
  14. *    2    - Set menu
  15. *    3    - Transfer menu
  16. *    4    - Remote menu
  17. *    5    - Server menu
  18. *    6    - Launch menu
  19. *  WIND
  20. *    1000    - Remote command response
  21. *  CNTL
  22. *    1000    - Remote command vertical scroll bar
  23. *    1001    - Remote command horizontal scroll bar
  24. *  DLOG
  25. *    257    - About kermit
  26. *    230    - Screen (status)
  27. *    1001    - Communications settings
  28. *    1002    - Protocol settings
  29. *    1003    - Remote command parser
  30. *    1004    - File settings
  31. *    3998    - DLOG for "Get file..."
  32. *    3999    - SFPPutFile DLOG for "Receive file..."
  33. *    4000    - SFPGetFile DLOG for "Send file..."
  34. *  DITL
  35. *    1    - error message
  36. *    2    - error message
  37. *    3    - abort from protocol
  38. *    100    - alert when opening an exsiting file
  39. *    230    - Screen display (status)
  40. *    257    - About kermit
  41. *    1001    - Communications settings
  42. *    1002    - Protocol settings
  43. *    1003    - Remote command parser
  44. *    1004    - File settings
  45. *    3998    - Get file...
  46. *    3999    - Receive file...
  47. *    4000    - Send file...
  48. * ICON
  49. *    1000    - Kermit Icon
  50. *    2000    - Bill Catchings
  51. *    2001    - Bill Schilit
  52. *    2002    - Frank da Cruz
  53. *    3000    - Communications port A
  54. *    3001    - Communications port B
  55. * ALRT
  56. *    1    - Alert ?
  57. *    2    - Alert ?
  58. *    3    - Alert, abort from protocol
  59. *    4    - Alert for opening existing file
  60. * ICN#
  61. *    128    - Mackermit icon with mask for finder
  62. * FREF
  63. *    128    - Reference for above
  64. * BNDL
  65. *    128    - Bundle for above
  66. * KSET        
  67. *    --    - default key configurations definition
  68. * MSET
  69. *    --    - default meta string
  70. * FSET
  71. *    --    - default function strings
  72.  
  73. *
  74. * Note on resource attributes (parenthesized value after resource id):
  75. * These are the same as the resource manager's attributes:
  76. *
  77. *     64    Read into system heap (don't do this here)
  78. *     32    Set if purgeable.
  79. *     16    Set if locked (won't be relocated once in memory)
  80. *      4    Set if to be preloaded.
  81. *
  82.  
  83.  
  84. * Specify output file of executable code
  85.  
  86. ckmker.rsrc
  87.  
  88. * ID string
  89. Type KERM = STR
  90.  ,0
  91. Kermit Version 0.8(35) -- June 1987
  92.  
  93. *
  94. * MENUS - (4) means to preload the resource.  "\14" is the apple character.
  95. *
  96.  
  97. Type MENU
  98.  ,1(4)
  99.  \14
  100.    About Kermit
  101.    (-
  102.  
  103. Type MENU
  104.  ,2(4)
  105.  File
  106.    Restore Settings...
  107.    Save Settings...
  108.    (-
  109.    Get file from server...
  110.    Send file...
  111.    Receive file...
  112.    (-
  113.    Quit
  114.  
  115. Type MENU
  116.  ,3(4)
  117.  Settings
  118.    File Defaults...
  119.    Communications...
  120.    Protocol...
  121.    (-
  122.    -Shift-1...-Shift-9
  123.  
  124. Type MENU
  125.  ,4(4)
  126.  Remote
  127.    Show Response
  128.    (-
  129.    Finish
  130.    Bye
  131.    (-
  132.    Cwd...
  133.    Delete file...
  134.    Directory...
  135.    Help...
  136.    Host...
  137.    Space...
  138.    Type...
  139.    Who...
  140.    (-
  141.    Be a Server
  142.  
  143. Type MENU
  144.  ,5(4)
  145.  Transfer
  146.    To Application...
  147.  
  148. *
  149. *  WIND - Remote command window
  150. *
  151. Type WIND
  152.  ,1000
  153.  Remote Response
  154.  215 185 315 490
  155.  Visible GoAway
  156.  0
  157.  0
  158.  
  159. Type CNTL
  160.  ,1000
  161.  Vertical Scroll Bar
  162.  -1 395 236 411
  163.  Visible
  164.  16
  165.  0
  166.  0 0 50
  167.  
  168. Type CNTL
  169.  ,1001
  170.  Horizontal Scroll Bar
  171.  235 -1 251 396
  172.  Visible
  173.  16
  174.  0
  175.  0 0 50
  176.  
  177. *
  178. * DLOG 257 - About KERMIT
  179. *
  180.  
  181. Type DLOG
  182.   ,257
  183.  55 70 260 430
  184. Visible 1 NoGoAway 0
  185.   257
  186. About DLOG
  187.  
  188. *
  189. * DLOG 230 - Screen (status) dialog
  190. *
  191.  
  192. Type DLOG
  193.  ,230
  194. 70 59 227 448
  195. Invisible 1 NoGoAway 0
  196. 230
  197.  
  198. *
  199. * DLOG 1001 - Communications settings
  200. *
  201.  
  202. Type DLOG
  203.  ,1001
  204.  30 60 310 450
  205.  Invisible 1 NoGoAway 0
  206.  1001
  207.  
  208. *
  209. * DLOG 1002 - Protocol settings
  210. *
  211.  
  212. Type DLOG
  213.  ,1002
  214.  30 60 310 450
  215.  Invisible 1 NoGoAway 0
  216.  1002
  217.  
  218. *
  219. * DLOG 1003 - Remote command parser
  220. *
  221.  
  222. Type DLOG
  223.  ,1003
  224. 50 37 192 415
  225.  Invisible 1 NoGoAway 0
  226.  1003
  227.  
  228. *
  229. * DLOG 1004 - File settings dialog
  230. *
  231.  
  232. Type DLOG
  233.  ,1004
  234. 50 61 300 425
  235. Invisible 1 NoGoAway 0
  236. 1004
  237.  
  238. *
  239. * DLOG 3998
  240.  
  241. Type DLOG
  242.  ,3998
  243. 70 77 203 360
  244. Invisible 1 NoGoAway 0
  245. 3998
  246.  
  247. *
  248. * DLOG 3999
  249.  
  250. Type DLOG
  251.  ,3999
  252. 0 0 250 350
  253. Invisible 1 NoGoAway 0
  254. 3999
  255.  
  256. *
  257. * DLOG 4000
  258. *
  259.  
  260. Type DLOG
  261.  ,4000
  262. 0 0 228 404
  263. Invisible 1 NoGoAway 0
  264. 4000
  265.  
  266.  
  267. *
  268. * DITL 1 - Error occured
  269. *
  270.  
  271. Type DITL
  272. ,1
  273. 2
  274. BtnItem Enabled
  275. 65 20 94 63
  276. OK
  277.  
  278. StatText Disabled
  279. 12 72 94 236
  280. ^0 ^1
  281.  
  282. *
  283. * DITL 2 - Debug information
  284. *
  285.  
  286. Type DITL
  287. ,2
  288. 2
  289. BtnItem Enabled
  290. 90 13 110 83
  291. OK
  292.  
  293. StatText Disabled
  294. 10 60 70 350
  295. Debug: ^0 ^1 ^2 ^3
  296.  
  297. *
  298. * DITL 3 - Abort typed
  299. *
  300.  
  301. Type DITL
  302.  ,3
  303. 3
  304. BtnItem Enabled
  305. 63 75 83 125
  306. OK
  307.  
  308. BtnItem Enabled
  309. 63 154 83 204
  310. Cancel
  311.  
  312. StatText Disabled
  313. 10 75 46 216
  314. Emergency Exit?
  315.  
  316. *
  317. * DITL 230 - Screen (status) preload, not purgeable.
  318. *
  319.  
  320. Type DITL
  321.  ,230(4)
  322.  15
  323. * 1
  324. BtnItem Enabled
  325. 121 94 153 186
  326. Cancel File
  327.  
  328. * 2
  329. BtnItem Enabled
  330. 121 201 153 293
  331. Cancel Group
  332.  
  333. * 3 Receiving/Sending message
  334. StatText Disabled
  335. 13 15 29 84
  336. Receiving
  337.  
  338. * 4 Receiving/sending filename
  339. StatText Disabled
  340. 13 88 30 276
  341.  
  342.  
  343. * 5 "AS" field or blank if none
  344. StatText Disabled
  345. 32 58 49 84
  346. As
  347.  
  348. * 6 AS file name or blank if none
  349. StatText Disabled
  350. 32 88 49 276
  351.  
  352.  
  353. * 7 Kilo bytes transfered
  354. StatText Disabled
  355. 61 14 78 68
  356. KBytes:
  357.  
  358. * 8 Numeric value for above (or xx/xx if known)
  359. StatText Disabled
  360. 61 70 78 133
  361.  
  362.  
  363. * 9 Packets
  364. StatText Disabled
  365. 62 148 77 208
  366. Packets:
  367.  
  368. * 10 Numeric field for above
  369. StatText Disabled
  370. 62 210 77 253
  371.  
  372.  
  373. * 11 "Retries"
  374. StatText Disabled
  375. 63 272 79 327
  376. Retries:
  377.  
  378. * 12 Numeric field for above
  379. StatText Disabled
  380. 63 329 79 376
  381.  
  382.  
  383. * 13 DATA FORK or RSRC FORK
  384. StatText Disabled
  385. 32 292 49 361
  386.  
  387.  
  388. * 14 BINARY MODE or TEXT MODE message
  389. StatText Disabled
  390. 14 292 30 383
  391.  
  392.  
  393. * 15 Status/message line
  394. StatText Disabled
  395. 84 31 118 362
  396. Emergency exit: hold down  and type a period.
  397.  
  398. *
  399. * DITL 257 - About KERMIT
  400. *
  401.  
  402. Type DITL
  403.   ,257(32)
  404. 11
  405. *   1
  406. BtnItem Enabled
  407. 169 144 189 202
  408. OK
  409.  
  410. *   2
  411. StatText Disabled
  412. 15 62 32 306
  413. ^0
  414.  
  415. *   3
  416. StatText Disabled
  417. 33 62 50 305
  418. Columbia University
  419.  
  420. *   4
  421. StatText Disabled
  422. 51 62 68 305
  423. Copyright 1985, All Rights Reserved
  424.  
  425. *   5
  426. IconItem Disabled
  427. 15 10 47 42
  428. 1000
  429.  
  430. *   6
  431. IconItem Disabled
  432. 88 47 120 79
  433. 2000
  434.  
  435. *   7
  436. StatText Disabled
  437. 130 21 147 115
  438. Bill Catchings
  439.  
  440. *   8
  441. IconItem Disabled
  442. 89 253 121 285
  443. 2001
  444.  
  445. *   9
  446. StatText Disabled
  447. 130 237 146 310
  448. Bill Schilit
  449.  
  450. *   10
  451. IconItem Disabled
  452. 89 153 121 185
  453. 2002
  454.  
  455. *   11
  456. StatText Disabled
  457. 130 127 146 223
  458. Frank da Cruz
  459.  
  460.  
  461. *
  462. * DITL 1001 - Communications settings
  463. *
  464.  
  465. Type DITL
  466.  ,1001(32)
  467. 31
  468. *   1
  469. BtnItem Enabled
  470. 240 260 265 310
  471. OK
  472.  
  473. *   2
  474. BtnItem Enabled
  475. 240 330 265 380
  476. Cancel
  477.  
  478. *   3
  479. StatText Disabled
  480. 5 5 21 182
  481. Communications Settings
  482.  
  483. *   4
  484. StatText Disabled
  485. 35 5 50 75
  486. Baud Rate
  487.  
  488. *   5
  489. RadioItem Enabled
  490. 35 80 50 130
  491. 300
  492.  
  493. *   6
  494. RadioItem Enabled
  495. 35 155 50 205
  496. 600
  497.  
  498. *   7
  499. RadioItem Enabled
  500. 35 230 50 280
  501. 1200
  502.  
  503. *   8
  504. RadioItem Enabled
  505. 35 305 50 355
  506. 1800
  507.  
  508. *   9
  509. RadioItem Enabled
  510. 55 80 70 130
  511. 2400
  512.  
  513. *   10
  514. RadioItem Enabled
  515. 55 155 70 205
  516. 4800
  517.  
  518. *   11
  519. RadioItem Enabled
  520. 55 230 70 280
  521. 7200
  522.  
  523. *   12
  524. RadioItem Enabled
  525. 55 305 70 355
  526. 9600
  527.  
  528. *   13
  529. RadioItem Enabled
  530. 75 80 90 140
  531. 19.2K
  532.  
  533. *   14
  534. RadioItem Enabled
  535. 75 155 90 215
  536. 57.6K
  537.  
  538. *   15
  539. StatText Disabled
  540. 175 5 191 75
  541. Auto Wrap
  542.  
  543. *   16
  544. RadioItem Disabled
  545. 175 80 191 153
  546. On
  547.  
  548. *   17
  549. RadioItem Disabled
  550. 175 197 191 247
  551. Off
  552.  
  553. *   18
  554. StatText Disabled
  555. 125 5 141 75
  556. Parity
  557.  
  558. *   19
  559. RadioItem Enabled
  560. 125 255 141 312
  561. Mark
  562.  
  563. *   20
  564. RadioItem Enabled
  565. 125 319 141 384
  566. Space
  567.  
  568. *   21
  569. RadioItem Enabled
  570. 125 80 141 130
  571. Even
  572.  
  573. *   22
  574. RadioItem Enabled
  575. 125 140 141 190
  576. Odd
  577.  
  578. *   23
  579. RadioItem Enabled
  580. 125 197 141 251
  581. None
  582.  
  583. *   24
  584. StatText Disabled
  585. 150 5 166 61
  586. Echo
  587.  
  588. *   25
  589. RadioItem Enabled
  590. 150 80 166 170
  591. Local
  592.  
  593. *   26
  594. RadioItem Enabled
  595. 150 197 166 288
  596. Remote
  597.  
  598. *   27
  599. StatText Disabled
  600. 229 5 245 120
  601. Connection Port
  602.  
  603. *   28
  604. RadioItem Disabled
  605. 229 125 244 140
  606.  
  607.  
  608. *   29
  609. RadioItem Disabled
  610. 229 187 244 202
  611.  
  612.  
  613. *   30
  614. IconItem Disabled
  615. 220 145 252 177
  616. 3000
  617.  
  618. *   31
  619. IconItem Disabled
  620. 220 207 252 239
  621. 3001
  622.  
  623. *
  624. * DITL 1002 - Protocol settings
  625. *
  626. Type DITL
  627.  ,1002(32)
  628. 35
  629. *   1
  630. BtnItem Enabled
  631. 200 332 225 382
  632. OK
  633.  
  634. *   2
  635. BtnItem Enabled
  636. 238 332 263 382
  637. Cancel
  638.  
  639. *   3
  640. StatText Disabled
  641. 5 5 21 182
  642. Protocol Settings
  643.  
  644. *   4
  645. StatText Disabled
  646. 35 5 50 135
  647. Block Check Type
  648.  
  649. *   5
  650. RadioItem Enabled
  651. 35 144 50 199
  652. 1
  653.  
  654. *   6
  655. RadioItem Enabled
  656. 35 207 50 262
  657. 2
  658.  
  659. *   7
  660. RadioItem Enabled
  661. 35 271 50 326
  662. 3
  663.  
  664. *   8
  665. StatText Disabled
  666. 57 5 72 135
  667. Handshake
  668.  
  669. *   9
  670. RadioItem Enabled
  671. 57 332 72 387
  672. Bell
  673.  
  674. *   10
  675. RadioItem Enabled
  676. 57 144 72 199
  677. CR
  678.  
  679. *   11
  680. RadioItem Enabled
  681. 57 271 72 326
  682. ESC
  683.  
  684. *   12
  685. RadioItem Enabled
  686. 57 207 72 262
  687. LF
  688.  
  689. *   13
  690. RadioItem Enabled
  691. 79 271 94 326
  692. None
  693.  
  694. *   14
  695. RadioItem Enabled
  696. 79 144 94 199
  697. XON
  698.  
  699. *   15
  700. RadioItem Enabled
  701. 79 207 94 261
  702. XOFF
  703.  
  704. *   16
  705. StatText Disabled
  706. 114 237 146 313
  707.      SEND (outbound)
  708.  
  709. *   17
  710. StatText Disabled
  711. 113 156 146 224
  712.  RECEIVE (inbound)
  713.  
  714. *   18
  715. StatText Disabled
  716. 155 10 171 149
  717. Start of packet char
  718.  
  719. *   19
  720. EditText Enabled
  721. 155 183 171 203
  722. 00
  723.  
  724. *   20
  725. StatText Disabled
  726. 175 21 191 149
  727. End of packet char
  728.  
  729. *   21
  730. EditText Enabled
  731. 176 183 192 203
  732. 00
  733.  
  734. *   22
  735. StatText Disabled
  736. 195 88 212 149
  737. Pad char
  738.  
  739. *   23
  740. EditText Enabled
  741. 197 183 213 203
  742. 00
  743.  
  744. *   24
  745. StatText Disabled
  746. 217 91 234 149
  747. Padding
  748.  
  749. *   25
  750. EditText Enabled
  751. 218 183 234 203
  752. 00
  753.  
  754. *   26
  755. StatText Disabled
  756. 239 10 255 148
  757. Seconds for timeout 
  758.  
  759. *   27
  760. EditText Enabled
  761. 239 183 255 203
  762. 00
  763.  
  764. *   28
  765. StatText Disabled
  766. 258 53 274 148
  767. Packet length
  768.  
  769. *   29
  770. EditText Enabled
  771. 260 183 276 203
  772. 00
  773.  
  774. *   30
  775. EditText Enabled
  776. 153 265 169 285
  777. 00
  778.  
  779. *   31
  780. EditText Enabled
  781. 174 265 190 285
  782. 00
  783.  
  784. *   32
  785. EditText Enabled
  786. 195 265 211 285
  787. 00
  788.  
  789. *   33
  790. EditText Enabled
  791. 216 265 232 285
  792. 00
  793.  
  794. *   34
  795. EditText Enabled
  796. 237 265 253 285
  797. 00
  798.  
  799. *   35
  800. EditText Enabled
  801. 258 265 274 285
  802. 00
  803.  
  804.  
  805.  
  806. *
  807. * DITL 1003 - Remote command parser
  808. *
  809.  
  810. Type DITL
  811.  ,1003(32)
  812. 8
  813. *   1
  814. BtnItem Enabled
  815. 83 100 113 185
  816. Do It
  817.  
  818. *   2
  819. BtnItem Enabled
  820. 83 203 113 288
  821. Cancel
  822.  
  823. *   3
  824. StatText Disabled
  825. 5 8 21 298
  826. Remote command is ^0
  827.  
  828. * 4 (help on arg1)
  829. StatText Disabled
  830. 31 8 47 83
  831. ^1
  832.  
  833. * 5
  834. EditText Enabled
  835. 31 90 47 365
  836.  
  837.  
  838. * 6 (help on arg2)
  839. StatText Disabled
  840. 56 8 72 83
  841. ^2
  842.  
  843. * 7
  844. EditText Enabled
  845. 57 90 73 365
  846.  
  847.  
  848. * 8
  849. StatText Disabled
  850. 120 30 136 352
  851. Emergency exit: hold down  and type a period.
  852.  
  853.  
  854. *
  855. * DITL 1004 - File settings.  Keep radItems at same index as in other
  856. *          dialogs with same settings.
  857.  
  858. Type DITL
  859.  ,1004
  860. 14
  861. * 1 OK button - do settings
  862. BtnItem Enabled
  863. 211 87 237 159
  864. OK
  865.  
  866. * 2 Cancel button - forget these settings
  867. BtnItem Enabled
  868. 211 193 237 265
  869. Cancel
  870.  
  871. * 3 Prompt string
  872. StatText Disabled
  873. 10 10 26 182
  874. File Settings
  875.  
  876. * 4 
  877. RadioItem Enabled
  878. 50 10 70 325
  879. Attended: dialog on each file received.
  880.  
  881. * 5 
  882. RadioItem Enabled
  883. 84 10 105 330
  884. Unattended: with the following defaults...
  885.  
  886. * 6  
  887. RadioItem Enabled
  888. 112 32 130 341
  889. Supersede existing files of the same name.
  890.  
  891. * 7 
  892. RadioItem Enabled
  893. 130 32 147 351
  894. Create new file names to avoid conflicts.
  895.  
  896. * 8 
  897. StatText Disabled
  898. 159 33 176 77
  899. Mode:
  900.  
  901. * 9 
  902. StatText Disabled
  903. 160 176 176 213
  904. Fork:
  905.  
  906. * 10 Place holder
  907. StatText Disabled
  908. 48 410 56 426
  909. -
  910.  
  911. * 11 Radio for fork type data
  912. RadioItem Enabled
  913. 160 213 177 271
  914. Data
  915.  
  916. * 12 Radio for fork type resource
  917. RadioItem Enabled
  918. 176 213 193 296
  919. Resource
  920.  
  921. * 13 Radio for data type text
  922. RadioItem Enabled
  923. 159 77 176 140
  924. Text
  925.  
  926. * 14 Radio for data type binary
  927. RadioItem Enabled
  928. 175 77 193 143
  929. Binary
  930.  
  931.  
  932. *
  933. *
  934. * DITL 3998 
  935. *
  936.  
  937. Type DITL
  938.  ,3998
  939. 5
  940. * 1 Get button
  941. BtnItem Enabled
  942. 90 38 112 117
  943. Get
  944.  
  945. * 2 Cancel button
  946. BtnItem Enabled
  947. 90 155 112 225
  948. Cancel
  949.  
  950. * 3 Prompt string
  951. StatText Disabled
  952. 32 12 48 184
  953. Get remote file:
  954.  
  955. * 4 EditText for remote file name
  956. EditText Enabled
  957. 57 15 76 247
  958.  
  959.  
  960. * 5 IconItem for Kermit Picture
  961. IconItem Disabled
  962. 11 216 43 248
  963. 1000
  964.  
  965. *
  966. * DITL 3999
  967. *
  968.  
  969. Type DITL
  970.  ,3999
  971. 16
  972. * 1 Receive button
  973. BtnItem Enabled
  974. 216 16 240 86
  975. OK
  976.  
  977. * 2 Cancel button
  978. BtnItem Enabled
  979. 216 96 240 166
  980. Cancel
  981.  
  982. * 3 Prompt string
  983. StatText Disabled
  984. 120 16 136 188
  985. Receive as:
  986.  
  987. * 4 Disk name
  988. UserItem Disabled
  989. 88 216 112 344
  990.  
  991.  
  992. * 5 Eject button
  993. BtnItem Enabled
  994. 128 240 146 310
  995. Eject
  996.  
  997. * 6 Drive button
  998. BtnItem Enabled
  999. 152 240 171 310
  1000. Drive
  1001.  
  1002. * 7 File name
  1003. EditText Enabled
  1004. 144 16 158 184
  1005.  
  1006.  
  1007. * 8 File list box
  1008. UserItem Disabled
  1009. 32 16 112 184
  1010.  
  1011.  
  1012. * 9 IconItem for Kermit Picture
  1013. IconItem Disabled
  1014. 40 250 72 288
  1015. 1000
  1016.  
  1017. * 10 Place holder (invisible)
  1018. StatText Disabled
  1019. 32 435 128 536
  1020. h
  1021.  
  1022. * 11 Radio for fork type data
  1023. RadioItem Enabled
  1024. 168 112 184 170
  1025. Data
  1026.  
  1027. * 12 Radio for fork type resource
  1028. RadioItem Enabled
  1029. 185 112 202 194
  1030. Resource
  1031.  
  1032. * 13 Radio for data type text
  1033. RadioItem Enabled
  1034. 168 16 184 79
  1035. Text
  1036.  
  1037. * 14 Radio for data type binary
  1038. RadioItem Enabled
  1039. 185 16 202 81
  1040. Binary
  1041.  
  1042. * 15 Button to receive the rest
  1043. BtnItem Enabled
  1044. 216 176 240 336
  1045. Proceed Automatically
  1046.  
  1047. * 16 Gray line
  1048. UserItem Enabled
  1049. 25 211 175 213
  1050.  
  1051.  
  1052. *
  1053. * DITL 4000
  1054. *
  1055.  
  1056. Type DITL
  1057.  ,4000
  1058. 18
  1059. *   1
  1060. BtnItem Enabled
  1061. 51 174 69 254
  1062. Send
  1063.  
  1064. *   2
  1065. BtnItem Enabled
  1066. 148 488 166 568
  1067. 0
  1068.  
  1069. *   3
  1070. BtnItem Enabled
  1071. 91 173 109 253
  1072. Cancel
  1073.  
  1074. *   4
  1075. UserItem Disabled
  1076. 83 284 101 380
  1077.  
  1078.  
  1079. *   5
  1080. BtnItem Enabled
  1081. 121 290 139 370
  1082. Eject
  1083.  
  1084. *   6
  1085. BtnItem Enabled
  1086. 154 291 172 371
  1087. Drive
  1088.  
  1089. *   7
  1090. UserItem Enabled
  1091. 10 9 124 149
  1092.  
  1093.  
  1094. *   8
  1095. UserItem Enabled
  1096. 10 148 124 164
  1097.  
  1098.  
  1099. *   9
  1100. UserItem Enabled
  1101. 30 269 188 271
  1102.  
  1103.  
  1104. *   10
  1105. StatText Disabled
  1106. 32 435 128 536
  1107. h
  1108.  
  1109. * 11
  1110. RadioItem Enabled
  1111. 186 169 203 227
  1112. Data
  1113.  
  1114. * 12
  1115. RadioItem Enabled
  1116. 202 169 219 251
  1117. Resource
  1118.  
  1119. * 13
  1120. RadioItem Enabled
  1121. 186 49 203 112
  1122. Text
  1123.  
  1124. * 14
  1125. RadioItem Enabled
  1126. 202 49 220 114
  1127. Binary
  1128.  
  1129. * 15
  1130. StatText Disabled
  1131. 132 14 150 46
  1132. As:
  1133.  
  1134. * 16 As file name edit text
  1135. EditText Enabled
  1136. 52 455 148 556
  1137.  
  1138.  
  1139. * 17 Invisible text
  1140. EditText Enabled
  1141. 155 17 176 256
  1142.  
  1143.  
  1144. * 18
  1145. IconItem Disabled
  1146. 31 311 63 343
  1147. 1000
  1148.  
  1149. *
  1150. * MacKermit Icon, ID 1000
  1151. *
  1152.  
  1153. Type ICON
  1154.  ,1000
  1155. 00000000 00000000 00000002 0003760B 00058D07 0007070E 00080082 00140242
  1156. 00160642 50119886 300C631C 5FC30CF8 20F7FFE0 001F5700 0003AA00 00015600
  1157. 0007AF00 003FF7E0 00FC00F8 0185FF5C 2105DB44 6605D744 EC05CF44 7005D744
  1158. 2005DB45 0005FF4F 00040047 00040040 00040F40 00050040 00040040 0007FFC0
  1159.  
  1160. *
  1161. * People ICONs:
  1162. *  2000 - Bill Catchings
  1163. *  2001 - Bill Schilit
  1164. *  2002 - Frank da Cruz
  1165. *
  1166.  
  1167. Type ICON
  1168.  ,2000
  1169. 00000000 0003FE00 001D1580 003446C0 00511160 00444720 009118D0 00C46050
  1170. 01114050 01458028 03160028 0249E3D8 03120038 0250E5D0 02B04490 03600410
  1171. 03600410 03600010 03C01110 01100E10 01500020 00C840A0 00483F20 00040040
  1172. 00220040 00018080 00206100 00001E00 00000000 00000000 00000000 00000000
  1173.  
  1174. Type ICON
  1175.  ,2001
  1176. 00000000 000FF800 00355600 00EAAB80 01555540 01AAAAC0 035557E0 02AAADA0
  1177. 035578E0 06ABC0B0 057E00D0 06E000F0 05DE3DD0 0761C370 055C9D50 07488970
  1178. 0541C150 03222260 029C1C20 01814060 018000C0 0143E1C0 00C7F280 00AC1F80
  1179. 007BEB00 00288E00 00388A00 001FFC00 000D5800 0007E000 00000000 00000000
  1180.  
  1181. Type ICON
  1182.  ,2002
  1183. 0003F000 000E5800 00310600 00FA2F80 01C08EC0 013A5940 03573360 0331E1B0
  1184. 02E000B0 068000F8 05800058 0580007C 0D00002C 0B3E3E34 0F41413C 051C9C48
  1185. 07888858 02808068 03808050 028000F0 034140C0 01C6B0C0 00CB6980 00680980
  1186. 0077F700 00308600 001D5C00 000AA800 00055000 0003E000 00000000 00000000
  1187.  
  1188. *
  1189. * Other ICONS
  1190. * 3000 - Communications port A
  1191. * 3001 - Communications port B
  1192. *
  1193.  
  1194. Type ICON
  1195.  ,3000
  1196. 7FFFFFFE 80000001 80000001 80000031 80000049 81C00049 82200131 84100081
  1197. 88100641 88080901 90080901 90082601 90101001 9060C801 88812001 88812001
  1198. 8484C001 84420001 82210001 82100E01 81081181 80842041 80422021 8021C021
  1199. 80100021 800C0041 80030081 8000C301 80003C01 80000001 80000001 7FFFFFFE
  1200.  
  1201. Type ICON
  1202.  ,3001
  1203. 7FFFFFFE 80000001 80000001 80000001 80FFC001 80806001 80805001 80804801
  1204. 80804401 80807E01 80800201 80800201 80800201 80800201 80800201 80800201
  1205. 80800201 80800201 8F8003E1 88800221 88800239 88FFFE29 88000029 88000029
  1206. 88000039 88000021 88000021 8FFFFFE1 80000001 80000001 80000001 7FFFFFFE
  1207.  
  1208. *
  1209. * ALRT 1 - ???
  1210. *
  1211.  
  1212. Type ALRT
  1213. ,1
  1214. 113 121 222 378
  1215. 1
  1216. 5555
  1217.  
  1218. *
  1219. * ALRT 2 - ???
  1220. *
  1221.  
  1222. Type ALRT
  1223. ,2
  1224. 60 81 180 431
  1225. 2
  1226. 5555
  1227.  
  1228. *
  1229. * ALRT 3 - Abort from protocol.
  1230. *
  1231.  
  1232. Type ALRT
  1233. ,3
  1234. 108 147 212 372
  1235. 3
  1236. 5555
  1237.  
  1238. *
  1239. * ALRT 4 - Open existing file (uses system DITL for same)
  1240. *
  1241.  
  1242. Type ALRT
  1243.  ,4
  1244. 115 130 221 341
  1245. -3996
  1246. 5555
  1247.  
  1248. *
  1249. * ICN# 128 - MacKermit icon for APPL file
  1250. *
  1251.  
  1252. Type ICN# = HEXA
  1253.   ,128(32)
  1254. 00000000 00000000 00700e00 00881100 01242480 01742e80 038ff1c0 04700e20
  1255. 04000020 047ffe20 04800120 04800120 04c00320 04b00d20 048c3120 0483c120
  1256. 04800120 04800120 047ffe20 04000020 04000020 04000020 04000020 04000020
  1257. 0400ff20 04000720 04000020 04000020 04000020 03ffffc0 00000000 00000000 
  1258. * mask
  1259. 00000000 00700e00 00f81f00 01fc3f80 03fe7fc0 07ffffe0 07ffffe0 0ffffff0
  1260. 0ffffff0 0ffffff0 0ffffff0 0ffffff0 0ffffff0 0ffffff0 0ffffff0 0ffffff0
  1261. 0ffffff0 0ffffff0 0ffffff0 0ffffff0 0ffffff0 0ffffff0 0ffffff0 0ffffff0
  1262. 0ffffff0 0ffffff0 0ffffff0 0ffffff0 0ffffff0 07ffffe0 07ffffe0 00000000 
  1263.  
  1264. *
  1265. * ICN# 129 - MacKermit ICON for TEXT file
  1266.  
  1267. Type ICN# = HEXA
  1268.   ,129(32)
  1269. 0FFFFE00 08000300 08000280 08000240 08000220 08000210 08181BF8 08242408
  1270. 085A5A08 08E7E708 09181888 09000088 091FF888 09200488 09300C88 09281488
  1271. 09266488 09218488 09200488 091FF888 09000088 09000088 09000088 0900FC88
  1272. 09001C88 09000088 09000088 09000088 08FFFF08 08000008 08000008 0FFFFFF8
  1273. * Mask
  1274. 0FFFFE00 0FFFFF00 0FFFFF80 0FFFFFC0 0FFFFFE0 0FFFFFF0 0FFFFFF8 0FFFFFF8
  1275. 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8
  1276. 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8
  1277. 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8 0FFFFFF8
  1278.  
  1279. Type FREF = HEXA
  1280.   ,128(32)
  1281. * APPL uses loc icon 0, no tagalongs
  1282. 4150504C
  1283. 0000
  1284. 00
  1285.  
  1286. Type FREF = HEXA
  1287.   ,129(32)
  1288. * TEXT uses loc icon 1, no tagalongs
  1289. 54455854
  1290. 0001
  1291. 00
  1292.  
  1293. Type BNDL = HEXA
  1294.   ,128
  1295. * owner KERM 0
  1296. 4B45524D0000
  1297. * 2 types follow, ICN# and FREF
  1298. 0001
  1299. * ICN#, 2 entries, local 0 to global 128, local 1 to global 129
  1300. 49434E230001
  1301. 0000 0080
  1302. 0001 0081
  1303. * FREF, 2 entries, local 0 to global 128, local 1 to global 129
  1304. 465245460001
  1305. 0000 0080
  1306. 0001 0081
  1307.  
  1308. * Compiled program code
  1309.  
  1310. Type CODE
  1311.   ckmker.out,0
  1312.  
  1313. *
  1314. * KSET - Kermit's Keyboard defaults settings (struct KSET).
  1315. *     Create by CKMKEY's decompile option.
  1316. *
  1317.  
  1318. * Decompiled information from master
  1319.  
  1320. Type FSET = HEXA
  1321.  ,2
  1322. 12 03 1b 4f 70 03 1b 4f 71 03 1b 4f 72 03 1b 4f 73 03 1b 4f 74 03 1b 4f 75 03
  1323. 1b 4f 76 03 1b 4f 77 03 1b 4f 78 03 1b 4f 79 03 1b 4f 6d 03 1b 4f 6c 03 1b 4f
  1324. 6e 03 1b 4f 4d 02 1b 50 02 1b 51 02 1b 52 02 1b 53
  1325.  
  1326.  
  1327. Type MSET = HEXA
  1328.  ,2
  1329. 01 1b
  1330.  
  1331.  
  1332. Type KSET = HEXA
  1333.  ,2
  1334. 00 00 09 00 00 00 08 00 00 00 04 00 61 73 64 66 68 67 7a 78 63 76 00 62 71 77
  1335. 65 72 79 74 31 32 33 34 36 35 3d 39 37 2d 38 30 5d 6f 75 5b 69 70 0d 6c 6a 27
  1336. 6b 3b 5c 2c 2f 6e 6d 2e 09 20 1b 7f fe 00 00 00 00 00 00 00 00 00 00 00 00 2e
  1337. 2a 00 00 00 2b 84 2c 00 00 00 0a 2f 2d 00 00 00 30 31 32 33 34 35 36 37 00 38
  1338. 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  1339. 00 00 00 00 00 00 00 00 00 41 53 44 46 48 47 5a 58 43 56 00 42 51 57 45 52 59
  1340. 54 21 40 23 24 5e 25 2b 28 26 5f 2a 29 7d 4f 55 7b 49 50 0d 4c 4a 22 4b 3a 7c
  1341. 3c 3f 4e 4d 3e 09 20 7e 08 ff 00 00 00 00 00 00 00 00 00 00 00 00 2e 2a 00 00
  1342. 00 2b 00 2c 00 00 00 0a 2f 2d 00 00 00 30 31 32 33 34 35 36 37 00 38 39 00 00
  1343. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  1344. 00 00 00 00 00 00 41 53 44 46 48 47 5a 58 43 56 00 42 51 57 45 52 59 54 31 32
  1345. 33 34 36 35 3d 39 37 2d 38 30 5d 4f 55 5b 49 50 0d 4c 4a 27 4b 3b 5c 2c 2f 4e
  1346. 4d 2e 09 20 60 08 0d 00 00 00 00 00 00 00 00 00 00 00 00 8c 8f 00 00 00 8e 00
  1347. 91 00 00 00 8d 90 8a 00 00 00 80 81 82 83 84 85 86 87 00 88 89 00 00 00 00 00
  1348. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  1349. 00 00 00 41 53 44 46 48 47 5a 58 43 56 00 42 51 57 45 52 59 54 21 40 23 24 5e
  1350. 25 2b 28 26 5f 2a 29 7d 4f 55 7b 49 50 0d 4c 4a 22 4b 3a 7c 3c 3f 4e 4d 3e 09
  1351. 20 7e 08 0d 00 00 00 00 00 00 00 00 00 00 00 00 2e 2a 00 00 00 2b 00 2c 00 00
  1352. 00 0a 2f 2d 00 00 00 30 31 32 33 34 35 36 37 00 38 39 00 00 00 00 00 00 00 00
  1353. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  1354. 01 13 04 06 08 07 1a 18 03 16 00 02 11 17 05 12 19 14 31 32 33 34 36 35 3d 39
  1355. 37 2d 38 30 5d 0f 15 5b 09 10 0d 0c 0a 27 0b 3b 1c 2c 2f 0e 0d 2e 09 20 60 08
  1356. 0d 00 00 00 00 00 00 00 00 00 00 00 00 2e 2a 00 00 00 2b 00 2c 00 00 00 0a 2f
  1357. 2d 00 00 00 30 31 32 33 34 35 36 37 00 38 39 00 00 00 00 00 00 00 00 00 00 00
  1358. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 13 04
  1359. 06 08 07 1a 18 03 16 00 02 11 17 05 12 19 14 21 00 23 24 1e 25 2b 28 26 1f 2a
  1360. 29 1d 0f 15 1b 09 10 0d 0c 0a 1c 0b 3a 1c 3c 3f 0e 0d 3e 09 20 1e 08 0d 00 00
  1361. 00 00 00 00 00 00 00 00 00 00 2e 2a 00 00 00 2b 00 2c 00 00 00 0a 2f 2d 00 00
  1362. 00 30 31 32 33 34 35 36 37 00 38 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  1363. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 cb d0 00 00
  1364. cb d4 00 00
  1365.  
  1366.